home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 3 / The Arsenal Files 3.iso / gen_prog / appdemo.exe / README < prev    next >
Text File  |  1994-11-07  |  1KB  |  33 lines

  1.                                 A++ Compiler Demo
  2.                                 =================
  3.  
  4.  
  5. Welcome to the A++ compiler demo program.
  6.  
  7. A++ uses your favourite DOS editor to edit the files, so please edit the
  8. APP.BAT file to insert the full path and name of the editor you wish to use
  9. after the :EditProgram lable.  The default is C:\DOS\EDIT
  10.  
  11. DEMOVIEW.APP is the source code for a simple demo from which tells you a 
  12. little about A++.
  13.  
  14. To compile it type :-
  15.  
  16.        APP DEMOVIEW
  17.  
  18. from the DOS prompt.  Then select "C" for compile from the menu, and then 
  19. select "R" for Run from the menu.
  20.  
  21. DEMOTSR1.APP is an example of a TSR (Terminate and Stay Resident) program.  The
  22. hot key for DEMOTSR1.APP is ALT V.  To compile it type :-
  23.  
  24.        APP DEMOTSR1
  25.  
  26. from the DOS prompt.  Then exit the compiler, and type DEMOTSR1 at the DOS
  27. prompt.  Then you will be able to run the program at any time (even while in 
  28. another program) by pressing ALT V.
  29.  
  30. DEMOBIRT.APP is a simple program to calculate on which day of the week you 
  31. were born.
  32.  
  33.